* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  min-width: 1200px;
  width: 67.7%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-head {
  background: #fff;
  position: relative;
  z-index: 100000;
}
.top-head .welcome {
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
}
.top-head .welcome .wrap {
  display: flex;
  justify-content: space-between;
}
.top-head .welcome .wrap > div:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.top-head .welcome .wrap > div:nth-child(1) span:nth-child(1) {
  margin-right: 6px;
}
.top-head .welcome .wrap > div:nth-child(2) {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.top-head .welcome .wrap .lk a {
  margin-left: 10px;
}
.top-head .welcome .wrap .lk a:hover {
  color: #104ebf;
}
.top-head .tips {
  height: 124px;
  display: flex;
  justify-content: space-between;
}
.top-head .tips .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-head .tips .left .text {
  font-weight: bold;
  font-size: 20px;
  color: #0a0a0a;
  margin-left: 10px;
}
.top-head .tips .left .text .red {
  color: #ff0000;
}
.top-head .tips .right {
  display: flex;
  align-items: center;
}
.top-head .tips .right .tel {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.top-head .tips .right .tel .iconfont {
  color: #104ebf;
  font-size: 50px;
}
.top-head .tips .right .tel .tel-text {
  margin-left: 10px;
}
.top-head .tips .right .tel .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.top-head .tips .right .tel .tel-text p:nth-child(2) {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: -3px;
}
.navs {
  height: 72px;
  line-height: 72px;
  width: 100%;
  box-sizing: border-box;
  background: #1c2335;
}
.navs ul {
  display: flex;
}
.navs ul li {
  color: #ffffff;
  min-width: 157px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10000;
}
.navs ul li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.navs ul li.on {
  background: #104ebf;
}
.navs ul li.on a {
  color: #fff;
  font-weight: 700;
}
.navs ul li:hover {
  background: #104ebf;
}
.navs ul li:hover > a {
  color: #fff;
  font-weight: 700;
}
.navs ul li:hover .sub {
  display: block !important;
}
.navs ul li:hover .sub a {
  color: #333;
}
.navs ul li:nth-child(1) {
  margin-left: 0;
}
.navs ul li .sub {
  background: #fff;
  min-width: 155px;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000000;
  display: none;
}
.navs ul li .sub > div {
  padding: 0 15px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}
.navs ul li .sub > div:nth-last-child(1) a {
  border: none;
}
.navs ul li .sub > div a {
  height: 45px;
  line-height: 45px;
  display: block;
  font-weight: 400;
}
.navs ul li .sub > div:hover {
  background: #104ebf;
  position: relative;
  z-index: 100;
  border: none;
}
.navs ul li .sub > div:hover a {
  color: #fff;
  background: #104ebf;
}
.navs ul li .sub > div:nth-last-child(1) {
  border-bottom: none;
}
.navs ul li .sub > div a {
  color: #333;
}
.index-product {
  padding-top: 50px;
  padding-bottom: 65px;
}
.index-product .top-classify {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.index-product .top-classify .tit {
  font-size: 34px;
  color: #333333;
}
.index-product .top-classify .classify {
  width: 1009px;
}
.index-product .top-classify .classify ul {
  display: flex;
  justify-content: flex-end;
}
.index-product .top-classify .classify ul li {
  margin-left: 30px;
}
.index-product .top-classify .classify ul li:hover a,
.index-product .top-classify .classify ul li.on a {
  color: #104ebf;
  font-weight: 700;
}
.index-product .top-classify .classify ul li:nth-child(1) {
  margin-left: 0;
}
.index-product .top-classify .classify ul li a {
  font-size: 18px;
  color: #333333;
}
.index-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-product .list ul li {
  width: calc(25% - 36px);
  margin-right: 14px;
  box-shadow: 0px 14px 51px 6px rgba(219, 219, 219, 0.55);
  margin-top: 34px;
  background: #fff;
  padding: 11px 12px;
}
.index-product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-product .list ul li:hover .text {
  color: #104ebf;
  font-weight: 700;
}
.index-product .list ul li:nth-child(4n) {
  margin-right: 0;
}
.index-product .list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.index-product .list ul li .img-wrap .img {
  width: 100%;
}
.index-product .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.index-product .list ul li .text {
  height: 51px;
  line-height: 51px;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.about {
  padding-top: 60px;
}
.about .top-content {
  display: flex;
}
.about .top-content .left {
  width: 46.6%;
}
.about .top-content .left .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 52px;
  color: #232323;
  margin-top: -10px;
}
.about .top-content .left .tit p:nth-child(2) {
  font-size: 24px;
  color: #1666e0;
}
.about .top-content .left .tit p:nth-child(3) {
  width: 42px;
  height: 2px;
  background: #1666e0;
  margin-top: 18px;
}
.about .top-content .left .desc p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 45px;
  margin-top: 20px;
}
.about .top-content .left .desc p:nth-child(2) {
  width: 150px;
  height: 47px;
  line-height: 47px;
  border-radius: 24px;
  border: 1px solid #1666e0;
  font-size: 16px;
  color: #1666e0;
  text-align: center;
  margin-top: 20px;
}
.about .top-content .left .desc p:nth-child(2):hover {
  background: #1666e0;
  color: #fff;
  border: none;
}
.about .top-content .left .desc p:nth-child(2):hover a {
  color: #fff;
}
.about .top-content .left .desc p:nth-child(2) a {
  color: #1666e0;
}
.about .top-content .right {
  width: calc(53.4% - 73px);
  height: 407px;
  margin-left: 70px;
  overflow: hidden;
}
.about .top-content .right:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.about .top-content .right img {
  width: 100%;
  height: 407px;
  object-fit: cover;
}
.about .bottom-content {
  width: 100%;
  margin-top: 54px;
}
.about .bottom-content ul {
  display: flex;
  width: 100%;
}
.about .bottom-content ul li {
  width: calc(25% - 2px);
  height: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 0 35px;
  box-sizing: border-box;
}
.about .bottom-content ul li:hover {
  background: #104ebf;
}
.about .bottom-content ul li:hover p {
  color: #fff !important;
}
.about .bottom-content ul li:hover p.iconfont {
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .bottom-content ul li p {
  text-align: center;
}
.about .bottom-content ul li p.iconfont {
  font-size: 48px;
  background: linear-gradient(0deg, #3ca4fe, #0073ff, #0073ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .bottom-content ul li p.t {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin: 10px 0;
}
.about .bottom-content ul li p.e {
  font-size: 14px;
  color: #104ebf;
  line-height: 32px;
}
.about .bottom-content ul li p.d {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
.mid-tip {
  width: 100%;
  height: 196px;
  margin-top: 54px;
}
.mid-tip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 196px;
}
.mid-tip .wrap .left p:nth-child(1) span:nth-child(1) {
  font-weight: bold;
  font-size: 43px;
  color: #ffffff;
}
.mid-tip .wrap .left p:nth-child(1) span:nth-child(2) {
  font-size: 30px;
  color: #ffffff;
  margin-left: 15px;
  letter-spacing: 2px;
}
.mid-tip .wrap .left p:nth-child(2) {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  margin-left: 7px;
  letter-spacing: 2px;
}
.mid-tip .wrap .left p:nth-child(3) {
  width: 300px;
  height: 13px;
  background: #ff8812;
  margin-top: -10px;
}
.mid-tip .wrap .right ul {
  display: flex;
  width: 750px;
  justify-content: space-between;
}
.mid-tip .wrap .right ul li:hover .iconfont {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.mid-tip .wrap .right ul li p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 4px solid rgba(255, 255, 255, 0.09);
  position: relative;
  border-radius: 50%;
}
.mid-tip .wrap .right ul li p:nth-child(1)::after {
  content: '';
  display: block;
  width: 78px;
  height: 78px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mid-tip .wrap .right ul li p:nth-child(1) .iconfont {
  font-size: 40px;
  background: linear-gradient(0deg, #03fef5 2%, #3ca4fe 5%, #0073ff 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 10;
}
.mid-tip .wrap .right ul li p:nth-child(1) .icon-shidikaocha {
  background: linear-gradient(211deg, #03fef4 3%, #3ca4fe 17%, #0073ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mid-tip .wrap .right ul li p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
.advantage {
  margin-top: 60px;
}
.advantage .tit {
  text-align: center;
}
.advantage .tit P:nth-child(1) {
  font-weight: bold;
  font-size: 43px;
  color: #f4f4f4;
}
.advantage .tit P:nth-child(2) {
  font-weight: bold;
  font-size: 45px;
  color: #104ebf;
  margin-top: -36px;
}
.advantage .product-list ul li {
  display: flex;
  margin-top: 55px;
}
.advantage .product-list ul li .img-wrap {
  width: 48.6%;
  overflow: hidden;
}
.advantage .product-list ul li .img-wrap:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.advantage .product-list ul li .img-wrap img {
  width: 100%;
  height: 332px;
}
.advantage .product-list ul li .text {
  width: calc(51.4% - 50px);
  margin-left: 50px;
  position: relative;
  margin-top: 53px;
}
.advantage .product-list ul li:nth-child(2n) .text {
  margin-left: 0;
  margin-right: 50px;
}
.advantage .product-list ul li .text .tits {
  display: flex;
  align-items: calc();
}
.advantage .product-list ul li .text .tits::after {
  content: '';
  display: block;
  width: 108px;
  height: 99px;
  border: 2px solid #eaeaea;
  position: absolute;
  left: 22px;
  top: -25px;
}
.advantage .product-list ul li .text .tits .num {
  width: 55px;
  height: 55px;
  background: #104ebf;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 30px;
  position: relative;
  z-index: 100;
}
.advantage .product-list ul li .text .tits .c {
  position: relative;
  z-index: 100;
}
.advantage .product-list ul li .text .tits .c p {
  background: #fff;
}
.advantage .product-list ul li .text .tits .c p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.advantage .product-list ul li .text .tits .c p:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.advantage .product-list ul li .text .desc {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
  margin-top: 35px;
}
.index-case {
  width: 100%;
  margin-top: 65px;
  padding: 105px 0;
}
.index-case .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-case .wrap .left {
  height: 325px;
  width: 254px;
  position: relative;
}
.index-case .wrap .left .l-top .tits p:nth-child(1) {
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
}
.index-case .wrap .left .l-top .tits p:nth-child(2) {
  font-weight: bold;
  font-size: 84px;
  color: #ffffff;
  opacity: 0.04;
  margin-top: -80px;
}
.index-case .wrap .left .l-top .desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  margin-top: 7px;
}
.index-case .wrap .left .l-bottom {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 35px;
}
.index-case .wrap .left .l-bottom > div {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 50%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.index-case .wrap .left .l-bottom > div:hover {
  color: #104ebf;
}
.index-case .wrap .left .l-bottom > div.prev {
  transform: rotate(180deg);
  margin-right: 25px;
}
.index-case .wrap .right {
  width: calc(100% - 325px);
  margin-left: 70px;
  overflow: hidden;
}
.index-case .wrap .right ul {
  display: flex;
  width: 100%;
}
.index-case .wrap .right ul li {
  margin-right: 14px;
}
.index-case .wrap .right ul li:hover .text {
  font-weight: 700;
}
.index-case .wrap .right ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-case .wrap .right ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.index-case .wrap .right ul li .img-wrap .img {
  width: 100%;
}
.index-case .wrap .right ul li .img-wrap .img::after {
  content: '';
  padding-bottom: 104%;
  display: block;
}
.index-case .wrap .right ul li .text {
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  text-align: center;
}
.index-new {
  margin-top: 60px;
  margin-bottom: 80px;
}
.index-new .tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-new .tit .title {
  font-size: 34px;
  color: #333333;
}
.index-new .tit .more {
  font-size: 16px;
  color: #333333;
}
.index-new .n-content {
  display: flex;
  margin-top: 43px;
}
.index-new .n-content .rec {
  width: 39.8%;
  padding: 23px 20px;
  padding-bottom: 35px;
  box-sizing: border-box;
  background: #f6f6f6;
}
.index-new .n-content .rec:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-new .n-content .rec:hover .text p:nth-child(2) {
  color: #104ebf;
}
.index-new .n-content .rec .img-wrap {
  width: 100%;
  overflow: hidden;
}
.index-new .n-content .rec .img-wrap .img {
  width: 100%;
}
.index-new .n-content .rec .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 55%;
}
.index-new .n-content .rec .text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.index-new .n-content .rec .text p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 12px;
}
.index-new .n-content .rec .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  margin-top: 6px;
}
.index-new .n-content .rec .text p:nth-child(4) {
  font-size: 14px;
  color: #333333;
  margin-top: 13px;
}
.index-new .n-content .hot {
  width: calc(60.2% - 22px);
  margin-left: 22px;
}
.index-new .n-content .hot ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-new .n-content .hot ul li {
  width: 100%;
  background: #f6f6f6;
  margin-top: 22px;
  padding: 0 25px;
  box-sizing: border-box;
  height: calc(33% - 12px);
}
.index-new .n-content .hot ul li:hover {
  background: #104ebf;
}
.index-new .n-content .hot ul li:hover p {
  color: #fff !important;
}
.index-new .n-content .hot ul li:nth-child(1) {
  margin-top: 0;
}
.index-new .n-content .hot ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.index-new .n-content .hot ul li a p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 35px;
}
.index-new .n-content .hot ul li a p:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
}
.index-new .n-content .hot ul li a p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}
.c-footer {
  background: #1c2335;
  color: #fff;
}
.c-footer .f-top {
  width: 100%;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.144);
}
.c-footer .f-top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.c-footer .f-top .wrap .f-nav {
  font-size: 14px;
}
.c-footer .f-top .wrap .f-nav a {
  color: #ffffff;
  margin-left: 50px;
}
.c-footer .f-top .wrap .f-nav a:hover {
  font-weight: 700;
}
.c-footer .f-top .wrap .f-nav a:nth-child(1) {
  margin-left: 0;
}
.c-footer .content {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.c-footer .content .left .tit {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}
.c-footer .content .left .contacts {
  font-size: 14px;
  color: #e8e8e9;
  line-height: 36px;
}
.c-footer .content .right .erwei {
  width: 136px;
  height: 136px;
}
.c-footer .content .right .erwei img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.c-footer .content .right .text {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
}
.c-footer .copy-right {
  width: 100%;
  height: 64px;
  background: #1f283f;
}
.c-footer .copy-right .wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.c-footer .copy-right .wrap > div:nth-child(1) {
  font-size: 12px;
  color: #e8e8e9;
}
.c-footer .copy-right .wrap > div:nth-child(2) span:nth-child(2) {
  color: #e8e8e9;
  margin-left: 8px;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .bd {
  width: 100%;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #ffc001;
}
.common-left {
  width: 264px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 87px;
  line-height: 87px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #104ebf;
  color: #fff;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  margin-top: 8px;
}
.common-left .nav-list .p-li {
  line-height: 65px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #f5f5f5;
  margin-top: 8px;
}
.common-left .nav-list .p-li:hover > a,
.common-left .nav-list .p-li.on > a {
  color: #fff;
  background: #104ebf;
}
.common-left .nav-list .p-li:hover .iconfont,
.common-left .nav-list .p-li.on .iconfont {
  color: #fff;
  font-size: 21px;
}
.common-left .nav-list .p-li.on .iconfont {
  display: inline-block;
  transform: rotate(270deg);
}
.common-left .nav-list .p-li a {
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 30px;
  padding-right: 13px;
  background: #f5f5f5;
}
.common-left .nav-list .p-li a span:nth-child(1) {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 21px;
  margin-right: 14px;
  color: #104ebf;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  padding: 10px;
  background: #f5f5f5;
}
.common-left .nav-list .p-li .sub li:nth-child(1) a {
  margin-top: 0;
}
.common-left .nav-list .p-li .sub li:hover a {
  color: #104ebf;
}
.common-left .nav-list .p-li .sub li a {
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  width: 244px;
  height: 54px;
  line-height: 54px;
  margin-top: 10px;
  padding: 0 25px;
}
.common-left .nav-list .p-li .sub li a span {
  width: 191px;
  display: inline-block;
}
.common-right {
  margin-left: 38px;
  width: 898px;
  float: left;
}
.common-right .top {
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.common-right .top > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-product {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ny-product .pro-list ul li {
  width: 286px;
  height: 242px;
  margin-right: 19px;
  margin-top: 20px;
  position: relative;
}
.ny-product .pro-list ul li:hover a {
  background: #104ebfd1;
}
.ny-product .pro-list ul li:hover .inner-wrap {
  display: flex;
}
.ny-product .pro-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .pro-list ul li .inner-wrap {
  width: 263px;
  height: 170px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}
.ny-product .pro-list ul li .inner-wrap p:nth-child(1) {
  width: 210px;
  font-size: 18px;
  color: #ffffff;
}
.ny-product .pro-list ul li .inner-wrap p:nth-child(2) {
  font-size: 32px;
  color: #ffffff;
  margin-top: 20px;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: 30px;
}
.ny-new .new-list ul li {
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-top: 24px;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  box-shadow: 0px 14px 46px 0px rgba(225, 225, 225, 0.57);
  border: none;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  color: #104ebf;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 214px;
  height: 153px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: 710px;
  margin-left: 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(1) {
  width: 451px;
  display: inline-block;
}
.ny-new .new-list ul li a .text p:nth-child(1) span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  width: 82px;
  height: 24px;
  line-height: 24px;
  background: #104ebf;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-contact {
  margin-top: 48px;
  margin-bottom: 80px;
  display: block;
}
.ny-contact .top-cont {
  background: #f9f9f9;
  padding: 40px;
  display: flex;
  margin-top: 29px;
  justify-content: space-between;
  align-items: center;
}
.ny-contact .top-cont .left {
  width: 322px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 35px;
}
.ny-contact .top-cont .left .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.ny-contact .top-cont .right {
  display: flex;
}
.ny-contact .top-cont .right > div {
  text-align: center;
}
.ny-contact .top-cont .right > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top-cont .right > div img {
  width: 132px;
  height: 132px;
}
.ny-contact .top-cont .right > div p {
  font-size: 15px;
  color: #333333;
}
.ny-contact .map {
  margin-top: 40px;
}
.message {
  box-sizing: border-box;
  margin-top: 55px;
}
.message h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.message p {
  font-size: 12px;
  color: #999999;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div input {
  width: 436px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding-left: 11px;
  box-sizing: border-box;
  outline: none;
}
.message .input > div:nth-child(1) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .input > div span i {
  color: #104ebf;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666666;
}
.message .text-area textarea {
  width: 903px;
  height: 156px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  padding: 11px;
  box-sizing: border-box;
  outline: none;
}
.message .btn-group {
  display: flex;
  margin-top: 44px;
}
.message .btn {
  width: 134px;
  height: 43px;
  background: #104ebf;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 43px;
  background: #f4f4f4;
  line-height: 43px;
  color: #fff;
  text-align: center;
  margin-left: 20px;
  color: #999999;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #104ebf;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #104ebf;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px !important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #104ebf;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #104ebf;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #f9f9f9;
}
.paging li.active a {
  background: #104ebf !important;
  color: #fff;
}
.paging li a:hover {
  background: #104ebf;
  border-color: #1346ba;
  color: #fff;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .about .case-list {
    padding-left: 18.5%;
  }
  .advantage .bus-list ul li .text > p:nth-child(2) {
    height: 90px;
  }
  .advantage .bus-list ul li .text > p:nth-child(2) {
    font-size: 15.5px;
    line-height: 26px;
    margin-top: 20px;
  }
  .advantage .bus-list ul li .text > p:nth-child(1) {
    font-size: 36px;
    margin-top: 55px;
  }
  .advantage .bus-list ul li .text > p:nth-child(3) {
    margin-top: 10px;
  }
  .advantage .bus-list ul li .text > p:nth-child(4) {
    margin-top: 10px;
  }
  .advantage .bus-list ul li .text > p:nth-child(5) {
    font-size: 55px;
    bottom: 38px;
  }
}
@media screen and (max-width: 1500px) {
  .about .case-list {
    padding-left: 12.5%;
  }
  .advantage .bus-list ul li .text > p:nth-child(4) {
    font-size: 26px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .about .case-list {
    padding-left: 5.5%;
  }
  .advantage .bus-list ul li .text > p:nth-child(4) {
    font-size: 26px;
    margin-top: 39px;
  }
  .advantage .bus-list ul li .text > p:nth-child(5) {
    font-size: 48px;
    bottom: 30px;
  }
}
